gtk/gtktextlayout.c (line_display_iter_to_index) Only adjust the preedit
authorOwen Taylor <otaylor@redhat.com>
Thu, 29 Jan 2004 23:33:07 +0000 (23:33 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Thu, 29 Jan 2004 23:33:07 +0000 (23:33 +0000)
commita5f9b185ab432db4c6e259bbf6284f8c4bdd0569
treefc3420bd8d10f6c8a4874f4895056ce69ef38449
parentbdca6b33b8601efad6c3ba9ee767f91664479491
gtk/gtktextlayout.c (line_display_iter_to_index) Only adjust the preedit

Thu Jan 29 18:08:06 2004  Owen Taylor  <otaylor@redhat.com>

        * gtk/gtktextlayout.c (line_display_iter_to_index)
        * gtk/gtktextlayout.c (line_display_index_to_iter): Only
        adjust the preedit position for lines that include the
        preedit string. (#132353, Yao Zhang). How the heck
        did this work as well as it did?!?!

        * modules/input/gtkimcontextxim.c (gtk_im_context_xim_get_ic):
        Reverse change to change of XNFilterEvents event mask from
        #110493 -- it's documented and in the Xlib code an
        unsigned long.

        * modules/input/gtkimcontextxim.c (preedit_start_callback):
        Return -1 rather than void to indicate no length limit.
        (#129548)
gtk/gtktextlayout.c
modules/input/gtkimcontextxim.c